home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / apache / conf / ssl.crl / README.CRL < prev   
Encoding:
Text File  |  2005-07-08  |  331 b   |  12 lines

  1.  
  2.  This is the ssl.crl/ directory of Apache/mod_ssl where
  3.  PEM-encoded X.509 Certificate Revocation Lists (CRL) for SSL are stored.
  4.  
  5.  Per default this directory contains no CRLs.
  6.  
  7.  You can view the ingredients of a particular CRL file in plain text
  8.  by running the command:
  9.  
  10.    $ openssl crl -noout -text -in <name>.crl
  11.  
  12.